home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Demo / Maguma / workbench-2.1.0-trial.exe / {app} / resource / themes / NoTB / main_toolbar.xrc < prev    next >
Extensible Markup Language  |  2004-02-12  |  2KB  |  57 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1">
  3.     <object class="wxToolBar" name="main_toolbar">
  4.         <style>wxTB_NODIVIDER | wxTB_HORIZONTAL | wxTB_FLAT | wxTB_TEXT</style>
  5.         <bitmapsize>25,25</bitmapsize>
  6.         <dontattachtoframe>1</dontattachtoframe>
  7.         <object class="tool" name="file_menu_new">
  8.             <bitmap>./img/new.png</bitmap>
  9.             <tooltip>Create new file</tooltip>
  10.             <longhelp>Create a new empty file</longhelp>
  11.         </object>   
  12.         <object class="separator"/>
  13.         <object class="tool" name="file_menu_open">
  14.             <bitmap>./img/open.png</bitmap>
  15.             <tooltip>Open file...</tooltip>
  16.             <longhelp>Open an existing file...</longhelp>
  17.         </object>
  18.         <object class="tool" name="file_menu_save">
  19.             <bitmap>./img/save.png</bitmap>
  20.             <tooltip>Save file</tooltip>
  21.             <longhelp>Save current document</longhelp>
  22.         </object>
  23.         <object class="tool" name="file_menu_saveall">
  24.             <bitmap>./img/saveall.png</bitmap>
  25.             <tooltip>Save all files</tooltip>
  26.             <longhelp>Save all open documents</longhelp>
  27.         </object>
  28.         <object class="separator"/>
  29.         <object class="tool" name="edit_menu_copy">
  30.             <bitmap>./img/copy.png</bitmap>
  31.             <tooltip>Copy</tooltip>
  32.             <longhelp>Copy text to clipboard</longhelp>
  33.         </object>
  34.         <object class="tool" name="edit_menu_cut">
  35.             <bitmap>./img/cut.png</bitmap>
  36.             <tooltip>Cut</tooltip>
  37.             <longhelp>Cut text to clipboard</longhelp>
  38.         </object>
  39.         <object class="tool" name="edit_menu_paste">
  40.             <bitmap>./img/paste.png</bitmap>
  41.             <tooltip>Paste</tooltip>
  42.             <longhelp>Paste text from clipboard</longhelp>
  43.         </object>
  44.         <object class="separator"/>
  45.         <object class="tool" name="edit_menu_undo">
  46.             <bitmap>./img/undo.png</bitmap>
  47.             <tooltip>Undo</tooltip>
  48.             <longhelp>Undo last action</longhelp>
  49.         </object>
  50.         <object class="tool" name="edit_menu_redo">
  51.             <bitmap>./img/redo.png</bitmap>
  52.             <tooltip>Redo</tooltip>
  53.             <longhelp>Redo undone action</longhelp>
  54.         </object>
  55.     </object>
  56. </resource>
  57.